← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1441299] [NEW] Cleaning up jasmine specs enclosure

 

Public bug reported:

Older spec files uses /* jshint globalstrict: true */ to declare that
the file uses strict. Newer spec files encloses the entire javascript in
a function and use the 'use strict' annotation. We should be using the
newer format.

** Affects: horizon
     Importance: Undecided
     Assignee: Thai Tran (tqtran)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1441299

Title:
  Cleaning up jasmine specs enclosure

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Older spec files uses /* jshint globalstrict: true */ to declare that
  the file uses strict. Newer spec files encloses the entire javascript
  in a function and use the 'use strict' annotation. We should be using
  the newer format.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1441299/+subscriptions


Follow ups

References