Skip to content

Commit

Permalink
Tweak files to see effect on NaturalDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
swook committed Nov 21, 2011
1 parent 66345d6 commit 7945b6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion LICENSE.txt
Expand Up @@ -2,12 +2,19 @@ Title: License

This work is licensed under the Creative
Commons Attribution-ShareAlike 3.0 Unported
License. To view a copy of this license, visit
License.

To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/3.0/
or send a letter to


Creative Commons,

444 Castro Street,

Suite 900, Mountain View,

California, 94041,

USA.
3 changes: 1 addition & 2 deletions Scripts/Core/System.as
Expand Up @@ -37,7 +37,7 @@ Sys.addProperty( "device",


/*
* Function: Sys.checkDevice
* Function: Sys.checkDevice()
* Checks and saves what the current device is.
*
* Checking is done via bitwise AND comparisons.
Expand All @@ -52,7 +52,6 @@ Sys.addProperty( "device",
* See also:
* <Sys.device>
*/
// Manually re-check device
Sys.checkDevice = function ():Number {
// Initialise for all devices
// 11111
Expand Down

0 comments on commit 7945b6c

Please sign in to comment.