overte/scripts/system
LaShonda Hopper 3ee9d8b766 [Worklist #21420] Ran lint on edit script (details below).
Prior to and after addressing Worklist Item #21420, it was observed that the
tool bar buttons popping in and out during load.  Taking a while to become visible.

Ran JSHint on the edit.js script to see if something stood out.

Testing with the various lint fixes the odd loading behavior wasn't observed locally any longer.
Pushing this up for testing.  This may be what @CainFoool was seeing regarding the create button
not appearing when testing a different PR as at times it took quite some time for the buttons
to load properly.

JSHint Issues Addressed:
* Resolved instance of \"Use the function form of \"use strict\"\"
** Moved use strict declaration to the file function level.
** This fixed various unknown or not defined errors.
* Resolved instances of \"\'const\' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).\"
** Switched const to var to avoid using keywords respected by only a subset of browsers.
* Resolved various multiply defined vars.
** Notable callouts being position var and properties var.
** This should fix issues where the same var was being used though the intent of use may have varied.
* Resolved instances of missing semi-colons

PreFix:  51 JSHint issues detected
PostFix: 0 JSHint issues detected.

Changes to be committed:
	modified:   scripts/system/edit.js
2017-07-10 12:23:28 -04:00
..
assets Add beeps 2017-06-24 14:26:01 +12:00
controllers Remove old Leap Motion code 2017-06-15 14:45:40 +12:00
html Tweak the Snapshot 'Share' button to make its purpose more clear 2017-07-05 12:39:15 -07:00
libraries Merge pull request #10538 from ctrlaltdavid/21345 2017-06-09 17:01:37 -07:00
marketplaces Fix toolbar button activation states 2017-06-26 23:33:32 -07:00
particle_explorer Removed unneccessary print 2017-06-13 20:43:14 +03:00
tablet-ui revamp tablet MicBar 2017-06-20 11:43:02 -07:00
attachedEntitiesManager.js
audio.js Fix toolbar button activation states 2017-06-26 23:33:32 -07:00
audioMuteOverlay.js update JS with Audio.muted 2017-06-13 16:02:58 -04:00
audioScope.js
avatarFinderBeacon.js
away.js update JS with Audio.muted 2017-06-13 16:02:58 -04:00
bubble.js added comment 2017-06-02 09:47:03 -07:00
chat.js Update chat.js 2017-06-08 17:22:18 -07:00
dialTone.js update JS with Audio.muted 2017-06-13 16:02:58 -04:00
directory.js
edit.js [Worklist #21420] Ran lint on edit script (details below). 2017-07-10 12:23:28 -04:00
fingerPaint.js fixed typo in comments 2017-04-14 14:10:19 -07:00
firstPersonHMD.js
generalSettings.js Revert "Merge from upstream/master" 2017-03-28 17:39:45 -07:00
goto.js
help.js Fix toolbar button activation states 2017-06-26 23:33:32 -07:00
hmd.js
makeUserConnection.js remove extra activity logger call 2017-05-31 13:28:57 -07:00
menu.js Fix toolbar button activation states 2017-06-26 23:33:32 -07:00
mod.js
nameTag.js Revert "Actually merge from master" 2017-03-24 17:56:48 -07:00
notifications.js update JS with Audio.muted 2017-06-13 16:02:58 -04:00
pal.js Fix toolbar button activation states 2017-06-26 23:33:32 -07:00
progress.js fix reference to pending transfer count for progress/stats 2017-05-26 14:37:24 -07:00
snapshot.js Merge pull request #10855 from jherico/snapshot 2017-06-30 12:58:48 -07:00
tablet-goto.js debugging on call, but mostly, specify json headers, etc. 2017-05-04 14:45:58 -07:00
tablet-users.js Revert "Merge from upstream/master" 2017-03-28 17:39:45 -07:00
voxels.js Revert "Actually merge from master" 2017-03-24 17:56:48 -07:00