lib/sprout/tasks/compc_doc.rb in sprout-as3-bundle-0.1.32 vs lib/sprout/tasks/compc_doc.rb in sprout-as3-bundle-0.1.34
- old
+ new
@@ -83,10 +83,10 @@
# Sets the application's frame rate. The default value is 24. This is an advanced option.
def default_frame_rate=(number)
@default_frame_rate = number
end
-# Defines the default application size, in pixels for example: default_size = '800 600'. This is an advanced option.
+# Defines the default application size, in pixels for example: default_size = '950 550'. This is an advanced option.
def default_size=(string)
@default_size = string
end
# Defines the location of the default style sheet. Setting this option overrides the implicit use of the defaults.css style sheet in the framework.swc file.