Commit 0e4d19ad authored by Rick Waldron's avatar Rick Waldron

All double quotes to single (Resolve merge conflicts)

Signed-off-by: default avatarRick Waldron <waldron.rick@gmail.com>
parent 67b160b4
"use strict";
'use strict';
var browserGlobal = (typeof window !== 'undefined') ? window : {};
......
"use strict";
'use strict';
var Promise = require("../lib/rsvp").Promise;
var Promise = require('../lib/rsvp').Promise;
exports.fulfilled = function(value) {
var promise = new Promise();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment