z-index-manager
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -24,3 +24,3 @@ "use strict"; | ||
if (!manager) { | ||
manager = new ZIndexManager(); | ||
windowScope.zIndexManagerNamespace.manager = manager = new ZIndexManager(); | ||
} | ||
@@ -27,0 +27,0 @@ return manager; |
{ | ||
"name": "z-index-manager", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Easily manage highest and lowest z-indexes on the DOM.", | ||
@@ -5,0 +5,0 @@ "main": ".src/index.js", |
@@ -39,3 +39,3 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
if (!manager) { | ||
manager = new ZIndexManager(); | ||
windowScope.zIndexManagerNamespace.manager = manager = new ZIndexManager(); | ||
} | ||
@@ -42,0 +42,0 @@ return manager; |
@@ -25,3 +25,3 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
if (!manager) { | ||
manager = new ZIndexManager(); | ||
windowScope.zIndexManagerNamespace.manager = manager = new ZIndexManager(); | ||
} | ||
@@ -28,0 +28,0 @@ return manager; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36991