Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Linnea Samila / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • models
  • vip.model.js
  • Tuukka Kivilahti's avatar
    not sure what is here, should be something almost working · 0f676826
    Tuukka Kivilahti committed Mar 30, 2018
    0f676826
vip.model.js 149 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
"use strict";
/**
 * Created by tuukka on 04/02/17.
 */
var Vip = (function () {
    function Vip() {
    }
    return Vip;
}());
exports.Vip = Vip;