[gnome-devel-docs] tutorials <javascript>: Removed line numbers from partial code snippet



commit 649fe184022663ed9815dfb1eb01391f8e1c451f
Author: Taryn Fox <jewelfox fursona net>
Date:   Thu Jun 14 22:09:32 2012 -0400

    tutorials <javascript>: Removed line numbers from partial code snippet

 platform-demos/C/checkbutton.js.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/checkbutton.js.page b/platform-demos/C/checkbutton.js.page
index d4239d6..ecc7397 100644
--- a/platform-demos/C/checkbutton.js.page
+++ b/platform-demos/C/checkbutton.js.page
@@ -93,7 +93,7 @@ const CheckButtonExample = new Lang.Class({
         this._button.connect ("toggled", Lang.bind (this, this._toggledCB));
 ]]></code>
     <p>This code creates the checkbutton itself. The label next to the checkbutton is created by giving the checkbutton the "label" property and assigning a string value to it. Since this checkbutton toggles whether the window title is on or off, and the window title will be on to start with, we want the box to be checked by default. Whenever the user checks or unchecks the box, we call the ._toggledCB function.</p>
-    <code mime="text/javascript" style="numbered"><![CDATA[
+    <code mime="text/javascript"><![CDATA[
         // Show the window and all child widgets
         this._window.show_all();
     },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]